css textarea background color transparent

26

textarea{
    width: 100%;
    color: #FFF;
    background: transparent;
    border: none;
    outline: none;
}

Comments

Submit
0 Comments